From 1afe46fe6ef14a81dc1662e645e44db81fe8248b Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Sun, 28 Dec 2003 19:51:48 +0000 Subject: [PATCH] (Fcheck_coding_system): Further doc fix. --- src/coding.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/coding.c b/src/coding.c index d6d8bb342d6..d9620b90722 100644 --- a/src/coding.c +++ b/src/coding.c @@ -6386,7 +6386,7 @@ DEFUN ("check-coding-system", Fcheck_coding_system, Scheck_coding_system, doc: /* Check validity of CODING-SYSTEM. If valid, return CODING-SYSTEM, else signal a `coding-system-error' error. It is valid if it is nil or a symbol with a non-nil `coding-system' property. -The value of property should be a vector of length 5. */) +The value of this property should be a vector of length 5. */) (coding_system) Lisp_Object coding_system; { -- 2.30.2